home *** CD-ROM | disk | FTP | other *** search
/ Software 2000 / Software 2000 Volume 1 (Disc 1 of 2).iso / utilities / u366.dms / in.adf / CheckPlus / TestScript < prev   
Encoding:
Text File  |  1992-03-25  |  263 b   |  14 lines

  1. ; CheckPlus demonstration script
  2.  
  3. CheckPlus
  4.  
  5. If WARN
  6.     Echo "This machine is not an A500+"
  7.     ; Run some KickStart 1.3 only programs here
  8. Else
  9.     Echo "This machine is an A500+"
  10.     ; Run some KickStart 2.0 only programs here
  11. EndIf
  12.  
  13. ; Run programs for both machines here
  14.